| Package | Description |
|---|---|
| com.atid.lib.module.barcode.spc.param | |
| com.atid.lib.module.barcode.spc.type |
| Modifier and Type | Method and Description |
|---|---|
ResponseType |
SPCParamValue.getResponse()
Returns the result of parameter stored in the SPCParamValue instance.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SPCParamValue.setResponse(ResponseType value)
Set the result of parameter on the SPCParamValue instance.
|
| Constructor and Description |
|---|
SPCParamValue(SPCParamName name,
java.lang.Object value,
ResponseType response)
Create an instance of the SPCParamValue class.
|
| Modifier and Type | Method and Description |
|---|---|
static ResponseType |
ResponseType.valueOf(int code) |
static ResponseType |
ResponseType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ResponseType[] |
ResponseType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|